home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / BestOf / TweakALL / tweakall3fullsetup.exe / {app} / TweakAll3.exe / 0 / RCDATA / THELP / THELP.txt
Text File  |  2002-11-24  |  1KB  |  61 lines

  1. object Help: THelp
  2.   Left = 215
  3.   Top = 157
  4.   Width = 519
  5.   Height = 383
  6.   Caption = 'Help'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object html: THTMLViewer
  18.     Left = 0
  19.     Top = 0
  20.     Width = 511
  21.     Height = 315
  22.     OnHotSpotClick = htmlHotSpotClick
  23.     TabOrder = 0
  24.     Align = alClient
  25.     DefBackground = clWhite
  26.     BorderStyle = htSingle
  27.     HistoryMaxCount = 0
  28.     DefFontName = 'Arial'
  29.     DefPreFontName = 'Courier New'
  30.     NoSelect = False
  31.     CharSet = DEFAULT_CHARSET
  32.     PrintMarginLeft = 2
  33.     PrintMarginRight = 2
  34.     PrintMarginTop = 2
  35.     PrintMarginBottom = 2
  36.     PrintScale = 1
  37.     htOptions = []
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 315
  42.     Width = 511
  43.     Height = 41
  44.     Align = alBottom
  45.     TabOrder = 1
  46.     DesignSize = (
  47.       511
  48.       41)
  49.     object Button1: TButton
  50.       Left = 424
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Anchors = [akTop, akRight]
  55.       Caption = 'Close'
  56.       TabOrder = 0
  57.       OnClick = Button1Click
  58.     end
  59.   end
  60. end
  61.